home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 April
/
EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso
/
EARCD
/
comm
/
thor
/
thor24arexx.lha
/
FSE
/
forward.fse
< prev
next >
Wrap
Text File
|
1996-11-11
|
259b
|
17 lines
/* Custom-quoting */
delete = '7F'x
options results
ISFIRSTCALL
if (result = 'ON') then do
SENDER
if (result ~= "") then do
name = result
INSERTLINES 2
SENDERDATE
INSERTINPUT name||" wrote "||result||" the following:"||delete
end
end